home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Austin Powers - The Spy who Shagged Me
/
Screendragon: Austin Powers - The Spy who Shagged Me.iso
/
xtras
/
regread
/
regread.dir
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1999-03-16
|
237b
|
12 lines
on readValueFromRegistry aKeyName, aValueName
set regValue = readValue(aKeyName, aValueName)
if voidP(regValue) then
return "Error: RegistryReader: Key or Value not found"
else
return regValue
end if
end